c++ opencv fillpoly函数的注意事项
在python中, cv2.polylines和cv2.fillpoly对于参数pts的要求是一致的,而在c++中是不一致的。 python中,传参方式为: image = np.zeros(512 ...
在python中, cv2.polylines和cv2.fillpoly对于参数pts的要求是一致的,而在c++中是不一致的。 python中,传参方式为: image = np.zeros(512 ...